A. Hello world
B. Hello
C. C
D. World
Advertisement
Related Mcqs:
- Difference between Response.Write() and Response.Output.Write() ?
- A. Response.Output.Write() allows you to write formatted output B. Response.Output.Write() allows you to stream output C. Response.Output.Write() allows you to buffer output D. Response.Output.Write() allows you to flush output...
- Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
- A. Avoid page to be cached B. Clears the buffer area C. The session expires D. None of the Above...
- The type of code found in Code-Behind class is __________________?
- A. Client-side code B. Server-side code C. Both A and B D. None of these...
- ____________ tests make sure that new code does not break existing code?
- A. Integration tests B. Regression tests C. Load test D. Unit tests...
- What is used to validate complex string patterns like an e-mail address ?
- A. Extended expressions B. Irregular expressions C. Regular expressions D. Basic expressions...
- Which of the following is used to write error message in event Log File ?
- A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above...
- Which of the following languages can be used to write server side scripting in ASP.NET?
- A. VB B. C-sharp C. Both A and B D. C++...
- Which of the following languages can be used to write server side scripting in ASP.NET ?
- A. Visual Basic B. C C. C# D. All of the above...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- By default, code written with the Debug class is stripped out of release builds?
- A. Yes B. No C. May be D. Confuse...
Advertisement